added SSCLI 1.0
[windows-sources.git] / shared source / wpf / PresentationFramework.Classic.csproj
blobcbf20d510d65f043014542dd106376df9b39e857
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
6     <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
7     <ProjectGuid>{28de026b-b605-492c-9667-53185b48cf69}</ProjectGuid>
8     <OutputPath>.</OutputPath>
9     <OutputType>Library</OutputType>
10     <AssemblyName>PresentationFramework.Classic</AssemblyName>
11     <UseVSHostingProcess>False</UseVSHostingProcess>
12     <NoStdLib>True</NoStdLib>
13     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
14     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
15     <DefineConstants>CODE_ANALYSIS_BASELINE;THEME_CLASSIC;TRACE;RETAIL;WIN32</DefineConstants>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18   </PropertyGroup>
19   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
20   </PropertyGroup>
21   <ItemGroup>
22     <ProjectReference Include="..\ndp\clr\src\BCL\mscorlib.csproj">
23       <Project>{a72657be-225c-4239-956e-ee2a30893b41}</Project>
24       <Name>mscorlib</Name>
25     </ProjectReference>
26     <ProjectReference Include="PresentationCore.csproj">
27       <Project>{25bd24d1-968d-4797-96cf-5e2895e16510}</Project>
28       <Name>PresentationCore</Name>
29     </ProjectReference>
30     <ProjectReference Include="PresentationFramework.csproj">
31       <Project>{b5b08386-66f4-42ed-8387-304cf7980fb7}</Project>
32       <Name>PresentationFramework</Name>
33     </ProjectReference>
34     <ProjectReference Include="..\NDP\fx\src\System.csproj">
35       <Project>{20c75c70-c8b6-4dfb-a4e5-16d09099776d}</Project>
36       <Name>System</Name>
37     </ProjectReference>
38     <ProjectReference Include="WindowsBase.csproj">
39       <Project>{e8cc5cf6-6385-40cd-b97a-23ad52c4e9e8}</Project>
40       <Name>WindowsBase</Name>
41     </ProjectReference>
42   </ItemGroup>
43   <ItemGroup>
44     <Reference Include="PresentationUI" />
45     <Reference Include="System.Xaml" />
46     <Reference Include="UIAutomationProvider" />
47     <Reference Include="UIAutomationTypes" />
48   </ItemGroup>
49   <ItemGroup>
50     <Compile Include="src\Shared\RefAssemblyAttrs.cs" />
51     <Compile Include="src\Themes\Shared\AssemblyAttributes.cs" />
52     <Compile Include="src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs" />
53     <Compile Include="src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs" />
54     <Compile Include="src\Themes\Shared\Microsoft\Windows\Themes\PlatformCulture.cs" />
55     <Compile Include="src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs" />
56     <Compile Include="src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs" />
57     <Compile Include="src\Themes\Classic\Microsoft\Windows\Themes\ClassicBorderDecorator.cs" />
58     <Compile Include="src\Themes\Classic\Microsoft\Windows\Themes\DataGridHeaderBorder.cs" />
59     <Compile Include="Test\Common\FxCop\Suppression\Classic\Security.cs" />
60   </ItemGroup>
61   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
62 </Project>